Skip to content

updates the tx-poller to stream transactions #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from

Conversation

dylanlott
Copy link
Contributor

updates the tx-poller to stream transactions

  • shifts the tx-poller to a more actor oriented approach by streaming transactions out of the cache.
  • transaction deduplication and validation is intended to be carried out by the simulator.

refactors

  • improves poll interval handling
  • removes arcs
  • updates comments
  • adds file level comment

Fix: various updates to the tx poller (#67)

  • fix: break loop on closure and improve tracing

  • refactor: break out the task future

updates bundler to streaming actor pattern

refactors

  • improves poll interval handling
  • cleans up and updates comments
  • removes arc usage

fmt

fix: remove eq/partial eq

fix: various improvements to bundler tasks (#68)

chore: update to alloy@0.11

  • adds init4 metrics
  • updates provider types to account for alloy changes

refactors to account for init4 bin base in builder craate

use signet-sdk

  • align to alloy @ 0.12.6
  • transfer off of zenith-rs and use signet-sdk instead

fix: update bin-base import

nits: doc updates

lint: fmt

dylanlott and others added 14 commits April 3, 2025 09:45
- shifts the tx-poller to a more actor oriented approach by streaming transactions out of the cache.
- transaction deduplication and validation is intended to be carried out by the simulator.
- improves poll interval handling
- removes arcs
- updates comments
- adds file level comment
* fix: break loop on closure and improve tracing

* refactor: break out the task future
- improves poll interval handling
- cleans up and updates comments
- removes arc usage
- adds init4 metrics
- updates provider types to account for alloy changes
- align to alloy @ 0.12.6
- transfer off of zenith-rs and use signet-sdk instead
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dylanlott dylanlott closed this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants